home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / DEMON / DEVELOPER / WEBGOPHER.ARC / !WebGopher / Docs / WebIcons < prev   
Text File  |  1995-04-07  |  1KB  |  28 lines

  1.  
  2. Within the directory '!WebGopher.Options' you will find the file,
  3. 'TypeFile'. Altering this file allows you to change the icons WebGopher
  4. uses when converting a raw gopher menu into an HTML page suitable for
  5. display via a WWW browser. The format is as follows,
  6.  
  7. The first line contains the number of types.
  8.  
  9. Each subsequent line contains the description for a type.
  10. The first single character on the line is the type code, as used within
  11. the raw gopher data, and gopher URL. This is followed by a '#' character.
  12. Next comes the short textual description of the type, followed by a
  13. terminating '#'. Finally the sprite name of the sprite to be used to
  14. represent this type is entered, followed by a new line.
  15.  
  16. Finally '#end' on a single line, stops the type reading.
  17.  
  18. So for example,
  19.  
  20. 0#Text#small_fff
  21.  
  22. defines the text type, represented by the gopher type code, '0'. The text
  23. description is 'Text' and the sprite used will be 'small_fff'.
  24.  
  25. It should be noted that any sprites used MUST be present in the Wimp sprite
  26. pool or the icon will not be displayed by your browser.
  27.  
  28.